func math/big.appendZeros

3 uses

	math/big (current package)
		decimal.go#L171: 		buf = appendZeros(buf, -x.exp)
		decimal.go#L185: 		buf = appendZeros(buf, x.exp-len(x.mant))
		decimal.go#L192: func appendZeros(buf []byte, n int) []byte {